<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Ã©Â¦â€“Ã©Â¡ÂµÃ¥Â¼Â¹Ã§Âªâ€”*/
.HomePopup2023{position: fixed;z-index:9999;width:100%;height:100%;background: rgba(0,0,0,0.3);top:0;left:0;display:none;}
.HomePopup2023 .PopupBox{width:95%;max-width:600px;box-sizing: border-box;padding:30px;border-radius: 10px;background: #fff;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.HomePopup2023 .PopupBox .title{font-size: 20px;text-align: center;margin-bottom:20px;font-weight: bold;}
.HomePopup2023 .PopupBox .con{line-height: 1.8;color:#555;max-height:65vh;padding-right: 10px;}
.HomePopup2023 .PopupBox .close{width: 24px;height: 24px;position: absolute;right:10px;top:10px;cursor: pointer;}

@media(max-width:640px){
    .HomePopup2023 .PopupBox {padding:25px;}
    .HomePopup2023 .PopupBox .title{font-size: 16px;margin-bottom:10px;}
    .HomePopup2023 .PopupBox .con{font-size: 14px;}
}
.HomePopup2023 .PopupBox .con {
    overflow: auto;
}

.HomePopup2023 .PopupBox .close:before,.HomePopup2023 .PopupBox .close:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    top: 50%;
    background: #333;
}

.HomePopup2023 .PopupBox .close:before {
    transform: rotate(45deg);
}

.HomePopup2023 .PopupBox .close:after {
    transform: rotate(-45deg);
}

/*Ã¦â€šÂ¬Ã¦ÂµÂ®*/
#nav806 .xl, #nav810 .xl,#nav412 .xl {
    display: none !important;
}
#kefu2{position:fixed; right:0px; bottom:350px; z-index:10008; padding: 10px;  font-size: 12px;}
.cs_qcode{padding: 10px 0px 0px 0px;}

@media(max-width:1024px) {
	#kefu2{
		left: unset;
		right: 0;
		bottom: 10%;
	}
	#kefu2 img{
		width: 120px;
	}
}
#kefu2 .esc{
  width:20px;
  height:30px;
  position:absolute;
  top:20px;
  right:15px;
}
#kefu2 .esc::after,
#kefu2 .esc::before{
    background: #ffffff;
    content: "";
    height: 1px;
    width: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    transition: all .5s;
}
#kefu2 .esc::after{
    transform: translate(-50%,-50%) rotate(-45deg);
}</pre></body></html>